Remove unused @electron/universal direct dependency#261
Merged
arul28 merged 2 commits intoMay 21, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
PR author is in the excluded authors list. |
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
9542f5a to
9f4feed
Compare
ba02643 to
8b94377
Compare
0b56376 to
dd1bbca
Compare
Bumps [@electron/universal](https://github.com/electron/universal) from 2.0.3 to 3.0.4. - [Release notes](https://github.com/electron/universal/releases) - [Commits](electron/universal@v2.0.3...v3.0.4) --- updated-dependencies: - dependency-name: "@electron/universal" dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dd1bbca to
9cfd723
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes ADE desktop’s direct devDependency on
@electron/universal. ADE does not import this package directly; universal macOS packaging still gets@electron/universal@2.0.3throughelectron-builder/app-builder-lib, which owns that integration.This replaces the Dependabot bump with a dependency cleanup so the package is not tracked directly unless ADE starts using it itself.